home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / visulztn / viewwrld / viewwrld.rdm next >
Text File  |  1989-09-21  |  2KB  |  70 lines

  1. $Id: README,v 2.3 89/09/20 17:01:20 mbp Exp $
  2.  
  3.                   GR
  4.  
  5.   ************************************************************************
  6.   *        Copyright (C) 1989 by Mark B. Phillips                   *
  7.   *                                      *
  8.   * Permission to use, copy, modify, and distribute this software and    *
  9.   * its documentation for any purpose and without fee is hereby granted, *
  10.   * provided that the above copyright notice appear in all copies and    *
  11.   * that both that copyright notice and this permission notice appear in *
  12.   * supporting documentation, and that the name of Mark B. Phillips or   *
  13.   * the University of Maryland not be used in advertising or publicity   *
  14.   * pertaining to distribution of the software without specific, written *
  15.   * prior permission.  This software is provided "as is" without express *
  16.   * or implied warranty.                                                 *
  17.   ************************************************************************
  18.  
  19.              GENERAL INFORMATION
  20.  
  21. This is GR, a graphics package for SunView.  GR is a library of
  22. graphics procedures which provides an interface for C programs to
  23. SunView, Sun's windowing system.  SunView is complicated and requires
  24. an enormous amount of overhead (both in terms of programming effort
  25. and in program size) to use.  GR provides a simplified interface to
  26. the some of the vector graphics and user interaction capabilities of
  27. SunView.
  28.  
  29.              COMPILATION AND INSTALLATION
  30.  
  31. Make the changes indicated at the top of the Makefile, and type 'make'
  32. to compile, or 'make install' to install (and compile).
  33.  
  34.                 FILES
  35.  
  36.     README:        This file
  37.     Makefile:    The makefile
  38.     animate.c:    \
  39.     confirmer.c:    |
  40.     gr.c:        |
  41.     gr.h:        |  source code files
  42.     gr.help:    |
  43.     help.c:        |  (application programs also
  44.     image_info.h:    |  use gr.h)
  45.     images.h:    |
  46.     internal.h:    |
  47.     postscript.c:    |
  48.     print.c:    |
  49.     window.c:    |
  50.     window2.c:    /
  51.  
  52.     images/:    Subdirectory containing images used for panel
  53.             buttons.  These images are #included by the
  54.             source code files.
  55.  
  56.     gr_header.ps:    PostScript header file  ]  (Used when creating
  57.     gr_trailer.ps:    PostScript trailer file ]  PostScript files)
  58.  
  59.     grintro.tpl:    template for introductory manual page
  60.     gr.tpl:        template for detailed manual page
  61.     grdemo.tpl:    template for sample application program
  62.  
  63. Author:
  64.     Mark B. Phillips
  65.     Department of Mathematics
  66.     University of Maryland
  67.     College Park, Maryland 20742
  68.     mbp@lakisis.umd.edu
  69.  
  70.